
  .footer {
    height: 178px;
    background-color: #eee;
    min-width: 1180px;
  }
  
  .footer > div {
    width: 1136px;
    margin: 0 auto;
    height: 100%;
  }
  
  .leftWrapper {
    padding-top: 80px;
    float: left;
    width: 800px;
    line-height: 25px;
  }
  
  .line1 {
    font-size: 12px;
    color: #666666;
  }
  
  .line1 a {
    color: #49b749;
    margin: 0 10px;
  }
  
  .line2 {
    color: #999;
    font-size: 12px;
  }
  
  .line2 span {
    margin-right: 25px;
  }
  
  .rightWrapper {
    line-height: 30px;
    float: left;
    margin-top: 50px;
  }
  
  .rightWrapper .tel {
    color: #666;
    font-size: 26px;
  }
  
  .rightWrapper .time {
    color: #666;
    font-size: 12px;
  }
  
  .rightWrapper .email {
    color: #666;
    font-size: 12px;
  }
  
  .qrcode {
    padding: 50px 0 0 0;
    float: right;
  }